pen.off;
pen.jumpto(5,1);
screen.clear;
pen.ink=blue;
pen.south(10);
pen.east;
pen.north(10);
pen.jumpto(10,5);
pen.west(9);
pen.south;
pen.east(9);